home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / tabdlg2.zip / TEST / GENERIC.H < prev    next >
C/C++ Source or Header  |  1994-05-04  |  277b  |  8 lines

  1. #include "resource.h"
  2.  
  3. int PASCAL WinMain(HINSTANCE, HINSTANCE, LPSTR, int);
  4. BOOL InitApplication(HINSTANCE);
  5. BOOL InitInstance(HINSTANCE, int);
  6. long CALLBACK __export MainWndProc(HWND, UINT, WPARAM, LPARAM);
  7. LRESULT __export CALLBACK About(HWND, unsigned, WORD, LONG);
  8.